How to integrate USCC in Sinumerik Operate
------------------------------------------

Our current integration uses OEMFrame. That means a softkey is added to
systemconfiguration.ini which starts out USCC.exe when pressed.

1.) Install USCC
2.) Open Windows Explorer
3.) Navigate to C:\Program Files (x86)\Siemens\MotionControl
4.) Decide where to add or adjust the systemconfiguration.ini file.
    - options: addon, oem, user
    - default: oem
// Assuming "oem" has been chosen for the next steps but other folders have a
// similar file structure and proceeding
5.) Navigate to C:\Program Files (x86)\Siemens\MotionControl\oem\sinumerik\hmi\cnf
6.a) When systemconfiguration.ini does not exist, copy the example file
6.b) Otherwise, merge entries from example file
     - entry in [areas] section ("AREAxxx=" key must be unique)
     - entry in [processes] section ("PROCxxx=" key must be unique)
7.) Adjust the path to USCC.exe in systemconfiguration.ini
   - escape backslashes: "C:\Path\to\USCC.exe" => "C:\\Path\\to\\USCC.exe"
// Now configure the softkey (position, access level, icon, ...) in slamconfig.ini
8.a) When slamconfig.ini does not exist, copy the example file
8.a) Otherwise, append the whole content from example file
9.) Customize the softkey settings if needed
